﻿
secret_futa_is_valid_trigger = {
    $OWNER$ = {
        NOT = { has_trait = futa_exposed }
    }
}

secret_futa_is_shunned_trigger = {
    $OWNER$ = { always = no }
}

secret_futa_is_criminal_trigger = {
    $OWNER$ = {
        OR = {
            faith = {
                NOR = {
                    has_doctrine_parameter = futa_virtuous
                    has_doctrine_parameter = futa_venerated
                }
            }
            any_liege_or_above = {
                faith = {
                    NOR = {
                        has_doctrine_parameter = futa_virtuous
                        has_doctrine_parameter = futa_venerated
                    }
                }
            }
        }
    }
}